From 021c647c3756c34c2477443b71b8d0f7468efa48 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 15 Jan 2003 05:32:56 +0000 Subject: [PATCH] Setup the fontset "fontset-mac" correctly. --- lisp/term/mac-win.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 25c66103dd9..04989999db9 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -205,10 +205,10 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") (function (lambda (key val) (or (generic-char-p key) - (memq (char-charset key) + (memq (char-charset val) '(ascii eight-bit-control eight-bit-graphic)) - (set-fontset-font "fontset-mac" key monaco-font)))) - (get 'mac-roman-encoder 'translation-table))))) + (set-fontset-font "fontset-mac" val monaco-font)))) + (get 'mac-roman-decoder 'translation-table))))) (if (eq system-type 'darwin) ;; On Darwin filenames are encoded in UTF-8 -- 2.30.2